Remove Method

Summary

Removes the specified synchronization object.

Syntax
C#
VB
C++
public override bool Remove( 
   MedicalViewerSynchronizationObject item 
) 
            public: 
bool Remove(  
   MedicalViewerSynchronizationObject^ item 
) override  
Public Overrides Function Remove( 
   ByVal item As MedicalViewerSynchronizationObject 
) As Boolean 

Parameters

item
object to remove.

Return Value

true if the synchronization object was removed successfully; otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly